editable: Fix a thinko
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2019 22:44:36 +0000 (18:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2019 22:46:18 +0000 (18:46 -0400)
commit26f99bf20c92b3689fa6235f2aea6f57871fa525
treefb0d339650504acb0364402071642f27486d4985
parent688f0997f4ef7f9fd40392634a678892e8ffb611
editable: Fix a thinko

When dealing with subclasses of GtkEntry, we were not
getting the property offset that is stored on the GtkEntry
type.

This was showing up as criticals when trying to set
::width-chars on a GtkFileChooserEntry.
gtk/gtkeditable.c